ComponentOne Xamarin.Android
FindViewById<T>(Int32) Method


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class > FindViewById Method : FindViewById<T>(Int32) Method
Syntax
'Declaration
 
Public Overloads Function FindViewById(Of T As Android.Views.View)( _
   ByVal id As Integer _
) As T
'Usage
 
Dim instance As C1Gauge
Dim id As Integer
Dim value As T
 
value = instance.FindViewById(Of T)(id)
public T FindViewById<T>( 
   int id
)
where T: Android.Views.View

Parameters

id

Type Parameters

T
See Also

Reference

C1Gauge Class
C1Gauge Members
Overload List